home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
GDIDIB.PAK
/
TOOLBAR.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-06
|
723b
|
21 lines
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (C) 1993 - 1995 Microsoft Corporation. All Rights Reserved.
//
// PURPOSE:
// Contains declarations for the toolbar module.
//
//-------------------------------------------------------------------------
#define IDM_TOOLBAR 500 // ID for the toolbar.
#define IDB_BMP 700 // Bitmap ID for the toolbar.
// Global variable for Toolbar window
extern HWND hWndToolbar;
// Function protoptype for Creating Toolbar
BOOL CreateTBar(HWND);